Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NLayout Class / AppendPerformanceInfo Method / AppendPerformanceInfo(Stopwatch[]) Method


In This Topic
    AppendPerformanceInfo(Stopwatch[]) Method
    In This Topic
    Appends the provided performance data to the performance info.
    Syntax
    'Declaration
     
    
    Protected Overloads Sub AppendPerformanceInfo( _
       ByVal ParamArray stopwatches() As System.Diagnostics.Stopwatch _
    ) 
    'Usage
     
    
    Dim instance As NLayout
    Dim stopwatches() As System.Diagnostics.Stopwatch
     
    instance.AppendPerformanceInfo(stopwatches)
    protected void AppendPerformanceInfo( 
       params System.Diagnostics.Stopwatch[] stopwatches
    )

    Parameters

    stopwatches
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also